home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / TERMINAL / HDRS / FILE.H < prev    next >
Text File  |  1990-11-20  |  461b  |  21 lines

  1. /*
  2.     Terminal 2.0
  3.     "File.h"
  4. */
  5.  
  6. void ByteCapture (Byte);
  7. short Convert(short, long, Byte *, short, long, Byte *);
  8. short CopyFile(short);
  9. Boolean DoMenuScript (short);
  10. void Extract (void);
  11. void FileReceive (void);
  12. void FileTransmit (void);
  13. void Kiss (short);
  14. void Make (void);
  15. void SaveBuffer (short);
  16. void SendScrap (void);
  17. void SendText (void);
  18. Boolean RunScript(short, long, Byte *, short);
  19. short pascal SendTextFile (short, Byte *);
  20. void TextCapture (short);
  21.